use vind for multicluster tests instead of k3s#1434
Draft
Conversation
fix race condition in CI Signed-off-by: Paweł Bojanowski <pawel.bojanowski@redpanda.com>
Signed-off-by: Paweł Bojanowski <pawel.bojanowski@redpanda.com>
Signed-off-by: Paweł Bojanowski <pawel.bojanowski@redpanda.com>
e62c26a to
7df5dbb
Compare
Signed-off-by: Paweł Bojanowski <pawel.bojanowski@redpanda.com>
Signed-off-by: Paweł Bojanowski <pawel.bojanowski@redpanda.com>
870a352 to
cf455d3
Compare
Signed-off-by: Paweł Bojanowski <pawel.bojanowski@redpanda.com>
Signed-off-by: Paweł Bojanowski <pawel.bojanowski@redpanda.com>
…e in our multicluster tests Signed-off-by: Paweł Bojanowski <pawel.bojanowski@redpanda.com>
…icluster tests testutil.CertManagerVersion was v1.17.1 but Taskfile pre-pulled v1.14.2 and v1.17.2, so vind was pulling v1.17.1 from quay.io at runtime on every test. Also add ghcr.io/loft-sh/vm-container:latest to the pre-pull list — it's the vind control-plane container image that every vind-based test needs. Cuts operator/internal/controller/redpanda package runtime from ~357s to ~130s locally. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Signed-off-by: Paweł Bojanowski <pawel.bojanowski@redpanda.com>
|
This PR is stale because it has been open 5 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Replaces k3s clusters in multicluster integration tests to vind, mostly for reducing the complexity of the setup + speed up.
There's still an issue with CI, due to the docker engine config / version, so let's wait for it to be resolved before merging.
Stacked on top of #1424 to take advantage of the multicluster integration tests, I'll rebase it on main once it's merged.
depends on https://github.com/redpanda-data/devprod-infra/pull/513
EDIT: TODO: revisit after https://github.com/redpanda-data/devprod-infra/pull/527 is merged